home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Pascal / Snippets / PNL Libraries / Assembly / Completions.p < prev    next >
Text File  |  1994-08-04  |  101b  |  11 lines

  1. unit Completions;
  2.  
  3. interface
  4.  
  5. procedure FSCompletion;
  6. procedure TCPCompletion;
  7.  
  8. implementation
  9.  
  10. end.
  11.